*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.three-img{}
.three-img .container{
	max-width: 1210px;
	margin: 30px auto;
}
.three-container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.three-container a{
	width: 32%;
	overflow: hidden;
	border-radius: 6px;
}

.three-container a img{
	width: 100%;
	display: block;
}

.three-container a:hover img{
	transform: scale(1.1);
	transition: all 1s linear;
}

#section2 .container{
	max-width: 1210px;
	margin: 30px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

#section2 .container .left-wrapper{
	width: 66%;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	padding: 20px;
}

#section2 .container .right-wrapper{
	width: 32%;
}

#section2 .container .left-wrapper .header{
	    padding: 0 0 20px;
	    margin: 0 0 20px;
	    border-bottom: 1px solid #ccc;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
}
#section2 .container .left-wrapper .header .title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
#section2 .container .left-wrapper .header .title span{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #ff1a52;
	margin-right: 12px;
}
#section2 .container .left-wrapper .header .title h2{
	font-size: 23px;
	color: #444;
	
}
#section2 .container .left-wrapper .header .buttons{
	    display: flex;
	    align-items: center;
}

#section2 .container .left-wrapper .header .buttons a{
	
}

#section2 .swiper-slide{
	padding: 0 10px;
}

#section2 .swiper-slide h3{
	    display: block;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
		color: #677074;
		font-size: 15px;
		font-weight: normal;
		padding: 18px 0;
}
#section2 .swiper-slide p.price
{
	color: #ff1a52;
	font-size: 15px;
	font-weight: 600;
}

#section2 .swiper-slide.swiper-slide-active {
    border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}

#btn1,#btn2{
	position: initial;
	    width: 28px;
	    height: 28px;
	    background-size: 28px 28px;
	    margin-top: 0;
	    margin: 0 4px;
}

.w.floor {
    width: 49%;
}

.floorList {
    width: 1210px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.floorList .floor:first-child{
	display: none;
}

.promo_brand{
	display: none;
}

.home-standard-layout .tabs-panel{
	width: 100%;
	margin-top: 0;
}
.home-standard-layout .tabs-panel{
	
}
.m-floor .promo{
	display: none;
}
.m-floor{
	height: 621px;
}